WRITE MEMBLOCK WORD
This command will write a word into the specified location of the memblock. A Word is the term for a datatype consisting of two bytes. The memblock must exist or the command will fail. The Position value is specified in bytes. The Word must be a value between 0 and 65535. The parameters must be specified using integer values.
SYNTAX
WRITE MEMBLOCK WORD Memblock Number, Position, Word
RELATED INFO
MEMBLOCKS Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example